chained assignment造句
例句與造句
- Not all programming languages support chained assignment.
- Instead, chained assignments are a series of statements with multiple targets for a single expression.
- Chained assignments are equivalent to a sequence of assignments, but the evaluation strategy differs between languages.
- The language permits an overloaded assignment operator to have an arbitrary return type ( including chained assignment.
- This allows chained assignment by using the value of one assignment expression as the input ( right operand ) of the next.
- It's difficult to find chained assignment in a sentence. 用chained assignment造句挺難的
- Chained assignment is instead implemented by having a grammar rule for sequences of assignments a = b = c, which are then assigned left-to-right.
- For simple chained assignments, like initializing multiple variables, the evaluation strategy does not matter, but if the targets ( l-values ) in the assignment are connected in some way, the evaluation strategy affects the result.